CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RSA code

搜索资源列表

  1. Cryptography

    0下载:
  2. 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:27875
    • 提供者:tangxiaojun
  1. RSA

    0下载:
  2. RSA加解密,南京理工大学密码学实验的源程序代码-RSA encryption and decryption, Nanjing University of Technology and Engineering Cryptography Experiment Source Code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1942229
    • 提供者:liming
  1. RSA

    0下载:
  2. RSA Code / Decode Algorithm-RSA Code/Decode Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:858929
    • 提供者:adibra
  1. RSA-digital-signature

    2下载:
  2. RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
  3. 所属分类:matlab

    • 发布日期:2016-12-12
    • 文件大小:1223
    • 提供者:xiaotiantian
  1. RSA-public-key-cryptosystem

    0下载:
  2. RSA公钥密码体制的matlab实现,这是密码学的加密算法之一-RSA public-key cryptosystem implementation of matlab, Cryptography This is one of the encryption algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:573
    • 提供者:xiaotiantian
  1. rsa

    0下载:
  2. 这是RSA算法的原代码实现应该直接能用,已调试好-This is the original RSA algorithm implementation code can be used directly, has good debugging
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3260119
    • 提供者:demon
  1. rsa2

    0下载:
  2. code of encryption rsa with matlab
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:3306
    • 提供者:ami2008
  1. rsa

    0下载:
  2. RSA.CPP原码 速度还可以 想要的话就下吧 没什么可说的了-RSA.CPP the speed of the original code can also be
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3222
    • 提供者:DFE
  1. RSA

    0下载:
  2. rsa code encryption encryption
  3. 所属分类:Applet

    • 发布日期:2017-04-12
    • 文件大小:590
    • 提供者:ariqi
  1. rsa

    0下载:
  2. 毕业设计-RSA算法(源代码+论文+ppt)-Graduation Project-RSA algorithm (source code+ thesis+ ppt)
  3. 所属分类:CA认证

    • 发布日期:2017-11-09
    • 文件大小:3119104
    • 提供者:yuchao
  1. RSA

    0下载:
  2. RSA数字签名算法源码RSA digital signature algorithm source code-RSA digital signature algorithm source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:16685
    • 提供者:liuyulin
  1. rsa

    0下载:
  2. 用VHDL求rsa加密系统的密钥D(辗转相除法)-Using VHDL for rsa key encryption system D(Division algorithm)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2385249
    • 提供者:齐娜
  1. RSA

    1下载:
  2. RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:82096
    • 提供者:jhp627
  1. RSA

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618152
    • 提供者:佘曼桂
  1. RSA

    0下载:
  2. implementation of RSA algorithm, source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:127842
    • 提供者:strannik
  1. Research-And-Development-Of-RSA-File-Encryption.ra

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1044211
    • 提供者:张波
  1. RSA

    0下载:
  2. RSA算法的流程图和程序源代码,运行结果贴图等-RSA algorithm flow chart and source code, the results map, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:23005
    • 提供者:li
  1. 6_Rsa

    0下载:
  2. rsa代码,密码学学习必须掌握的算法。很全的代码。-rsa code, cryptography algorithm to learn to master. Is all the code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3320799
    • 提供者:一杭
  1. RSA

    0下载:
  2. 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2242
    • 提供者:窦小敏
  1. RSA-code

    0下载:
  2. rsa加密算法_源代码_c__实现 已经运行成功的示例-_ source code rsa encryption algorithm has been run successfully _c__ example of achieving
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:9810
    • 提供者:马翔
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com